	<style type="text/css" media="all">
	
		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc url(images/lizards2.gif);
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #036 url(images/it-logo.png);
			height: 185px;
		}


		#header1 {
			background: #036 url(images/fly_paraglide2.jpg);
			height: 185px;
		}

		#header2 {
			background: #036 url(images/eagle1m.jpg );
			height: 185px;
		}

		
		#navigation {
			position: absolute;
			top: 220px;
			left: 0;
			width: 140px;
			color: white;
		}
		
		#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #17a;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: #ccc;
		}
		
		#navigation a:hover {
			background: #28b;
		}
		
		#content {
			background: white url(images/lizards.gif) 134px 0 repeat-y;
			background: white url(images/lizards.gif) repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 134px solid #069;
		}
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			width: 100px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}
		
		#container {
			position: relative;
			width: 800px; /* width + border for IE 5.x */
			w\idth: 700px; /* real width */
			border: solid #036;
			border-width: 1 3px;
			margin: auto;
		}
		
		#example {
			background: white;
			color: #603;
			border: #603 dotted;
			padding: 0.6em;
			margin: 1em 2em 
		}

		
		blockquote {
			max-width: 620px;
			background: url(images/rs-right.png) right repeat-y 
		}
		
		blockquote:before {
			display: block;
			line-height: 0;
			background: url(images/rs-topright.png) top right no-repeat;
			content: url(images/rs-topleft.png) 
		}
		
		blockquote:after {
			display: block;
			line-height: 0;
			background: url(images/rs-bottomright.png) bottom right no-repeat;
			content: url(images/rs-bottomleft.png) 
		}
		
		blockquote p {
			margin: 0;
			padding: 0 20px 10px 20px 
		}


		
		
	<!-- Menu Tabs J--------------------------- -->

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #24618E;   
	}
    
	#tabsJ ul {
          margin:0;
          padding:10px 10px 10 50px;
          list-style:none;
    }
    
	#tabsJ li {
      display:inline;
      margin:0;
      padding:0;
    }
    
	#tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
    }
    
	#tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
    }
    
	<!-- Commented Backslash Hack hides rule from IE5-Mac -->
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
    }
    #tabsJ a:hover {
      background-position:0% -42px;
    }
	
    #tabsJ a:hover span {
      background-position:100% -42px;
    }

	</style>
